﻿@charset "utf-8";

/* 取消链接高亮  */

body, div, ul, li, ol, h1, h2, h3, h4, h5, h6, input, textarea, select, p, dl, dt, dd, a, img, button, form, table, th, tr, td, tbody, article,
aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* 设置HTML5元素为块 */

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

/* 初始化 */

body, div, ul, li, ol, h1, h2, h3, h4, h5, h6, input, textarea, select, p, dl, dt, dd, a, img, button, form, table, th, tr, td, tbody, article,
aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    margin: 0;
    padding: 0;
    border: none;
}

/* reset */

body, p, h1, h2, h3, h4, h5, h6, ul, ol, li, dl, dt, dd, table, th, td, form, fieldset, legend, input, textarea, button, select {
    margin: 0;
    padding: 0;
}

body, input, textarea, select, button, table {
    font-size: 12px;
    /*    line-height: 1.25em;*/
}

body {
    min-width: 320px;
    font-family: 'microsoft yahei', Verdana, Arial, Helvetica, sans-serif;
    -webkit-text-size-adjust: none;
}

img, fieldset {
    border: 0;
}

ul, ol {
    list-style: none;
}

em, address {
    font-style: normal;
}

a {
    color: #000;
    text-decoration: none;
    outline: none;
}

/*icon*/

.icon {
    width: 1em;
    height: 1em;
    vertical-align: -0.15em;
    fill: currentColor;
    overflow: hidden;
}

body {
    position: relative;
    min-width: 1240px;
    max-width: 1920px;
    overflow: auto;
    margin: 0 auto;
}

.wrapper {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}

    .wrapper .left {
        width: 200px;
        float: left;
        min-height: 300px;
    }

        .wrapper .left dl {
            border: 1px solid #ededed;
            margin-bottom: 10px;
        }

            .wrapper .left dl dt {
                background: #f1f1f1;
                border-bottom: 1px solid #ededed;
                height: 28px;
                line-height: 28px;
                padding: 0 15px;
                font-weight: bold;
            }

        .wrapper .left ul li {
            height: 25px;
            line-height: 25px;
            padding-left: 30px;
        }

    .wrapper .right {
        width: 990px;
        float: right;
        min-height: 300px;
    }

/*head开始*/

header .head_top {
    border-top: 1px solid #d5d5d5;
    border-bottom: 1px solid #d5d5d5;
    background: #f1f1f1;
}

.header .head_top {
    border-top: 1px solid #d5d5d5;
    border-bottom: 1px solid #d5d5d5;
    background: #f1f1f1;
}

.head_top_content {
    /*font-weight: bold;
    font-size: medium;*/
    width: 1200px;
    height: 30px;
    margin: 0 auto;
    line-height: 30px;
}

.list_left {
    float: left;
}

.list_right {
    float: right;
}

    .list_left > span, .list_right > span {
        color: #9d9d9d;
        margin: 0 3px;
    }

.head_top_content .split {
    color: #ccc;
}

.head_top a {
    color: #9d9d9d;
}

    .head_top a:hover {
        color: #f10215;
    }

.head_top .iconfont {
    margin-right: 5px;
    font-size: 14px;
}

.head_bottom {
    width: 1200px;
    margin: 0 auto;
    height: 100px;
    position: relative;
    clear: both;
}

.logo {
    float: left;
    margin-top: 20px;
}

    .logo img {
        height: 60px;
        max-width: 300px;
    }

.head_cart {
    width: 1200px;
    margin: 0 auto;
    height: 100px;
    position: relative;
}

.logo_cart {
    float: left;
    margin-top: 20px;
}

    .logo_cart img {
        height: 60px;
        max-width: 300px;
    }

.search {
    position: absolute;
    top: 20px;
    left: 310px;
}

.searchInput {
    width: 460px;
    height: 25px;
    font-size: 14px;
    border: 1px solid #c30d23;
    padding: 4px;
    line-height: 25px;
    float: left;
    color: #666;
    box-sizing: content-box;
}

.search button {
    width: 50px;
    height: 35px;
    line-height: 35px;
    border: none;
    background: #c30d23;
    font-weight: 700;
    color: #fff;
    cursor: pointer;
}

    .search button .iconfont {
        font-size: 20px;
    }

.search_keywords {
    height: 24px;
    line-height: 24px;
}

    .search_keywords a {
        font-size: 12px;
        color: #999;
        margin-right: 5px;
    }

        .search_keywords a:first-child {
            color: #f10215;
        }

        .search_keywords a:hover {
            color: #f10215;
        }

.searchitem {
    width: 498px;
    height: auto;
    background: #fff;
    border: 1px solid #dddddd;
    position: fixed;
    top: 86px;
    box-shadow: 0px 0px 10px #e5e5e5;
    z-index: 9999;
    display: none;
}

    .searchitem li {
        padding: 0 10px;
        height: 24px;
        line-height: 24px;
        cursor: pointer;
    }

        .searchitem li a {
            font-size: 12px;
            color: #666;
        }

        .searchitem li:hover {
            background: #f5f5f5;
        }

.shopping_cart {
    width: 188px;
    border: 1px solid #d5d5d5;
    height: 30px;
    text-align: center;
    line-height: 30px;
    position: relative;
    margin-top: 20px;
    color: #f10215;
    background: #fff;
    z-index: 12;
    cursor: pointer;
    position: absolute;
    right: 120px;
}
.lianxia_shopping_cart {
    width: 180px;
    border: 1px solid #BEBEBE;
    height: 38px;
    line-height: 30px;
    position: relative;
    margin-top: 20px;
    color: #505050;
    background: #fff;
    z-index: 12;
    cursor: pointer;
    position: absolute;
    right: 120px;
}

.shopping_cart .icon-left {
    margin-right: 4px;
    font-size: 14px;
    color: #C30D23;
}
    /*.shopping_cart:hover { border-bottom:none;}*/
    .no_border_bottom {
        border-bottom: none;
    }
    .shopping_cart .line {
        height: 15px;
        border: 1px solid #BEBEBE;
        margin-left: 19px;
    }

    .shopping_cart .lianxia_redNum {
        margin-left: 31px;
        color: #C30D23;
        line-height: 16px;
        font-size: 16px;
    }
.redNum {
    background: #f10215;
    min-width: 16px;
    min-height: 16px;
    border-radius: 8px;
    position: absolute;
    right: 38px;
    top: 2px;
    color: #fff;
    text-align: center;
    line-height: 14px;
    font-size: 10px;
}

.shoppingbox {
    width: 280px;
    border: 1px solid #dedede;
    height: auto;
    padding: 0 10px 0px;
    position: absolute;
    right: 0px;
    top: 50px;
    background: #fff;
    z-index: 10;
    display: none;
}

.shoppingtitle {
    line-height: 30px;
    height: 30px;
}

.shopimg {
    width: 50px;
    height: 50px;
    float: left;
    line-height: 24px;
}

    .shopimg img {
        width: 50px;
    }

.shoppinglist {
    margin: 2px 0;
    overflow: hidden;
}

    .shoppinglist > .shopname {
        width: 100px;
        overflow: hidden;
        float: left;
        margin-left: 3px;
    }

    .shoppinglist > .shopprice {
        overflow: hidden;
        float: right;
        font-weight: bold;
    }

.shopprice a {
    float: right;
    font-weight: bold;
}

.shoppingbottom {
    background: #f1f1f1;
    height: 30px;
    line-height: 30px;
}

    .shoppingbottom div {
        float: left;
    }

    .shoppingbottom button {
        float: right;
        margin: 5px;
        padding: 2px 5px;
        background: #e4393c;
        color: #fff;
        font-size: 12px;
        cursor: pointer;
    }

/*head结束*/


/*head shortcutblack 开始*/
.header .head_top_black {
    width: 100%;
    background: #2C3038;
    height: 38px;
    position: relative;
    z-index: 99;
}
    .header .head_top_black .head_top_content {
        width: 1200px;
        height: 100%;
        margin: 0 auto;
        line-height: 38px;
    }
        .header .head_top_black .head_top_content .list_left a {
            color: #fff;
        }
        .header .head_top_black .head_top_content .list_right .btn_url {
            padding: 0 14px;
            float: left;
            position: relative;
        }
        .header .head_top_black .head_top_content .list_right .phone {
            color: #af0b0c;
            font-size: 14px;
            font-weight: 700;
        }
            .header .head_top_black .head_top_content .list_right .link:hover {
                background: #fff;
            }
                .header .head_top_black .head_top_content .list_right .link:hover .btn_list {
                    display: block;
                }
                .header .head_top_black .head_top_content .list_right .link:hover a {
                    color: #333;
                }
                    .header .head_top_black .head_top_content .list_right .link:hover a .arrow {
                        -webkit-transform: rotate(180deg) scale(.7);
                        -ms-transform: rotate(180deg) scale(.7);
                        -o-transform: rotate(180deg) scale(.7);
                        transform: rotate(180deg) scale(.7);
                    }
                .header .head_top_black .head_top_content .list_right .btn_url:not(:last-child)::after {
                    content: "|";
                    color: #c5c5c5;
                    position: absolute;
                    right: -2px;
                    opacity: .7;
                }
            .header .head_top_black .head_top_content .list_right .btn_url a {
                color: #fff;
            }
                .header .head_top_black .head_top_content .list_right .btn_url a:hover {
                    color: #af0b0c;
                }
                .header .head_top_black .head_top_content .list_right .btn_url a .arrow {
                    margin-left: 5px;
                    color: #999;
                    -webkit-transform: scale(.7);
                    transform: scale(.7);
                    transition: .2s ease-in 0s;
                    display: inline-block;
                    padding-top: 0px;
                    font-size: 16px;
                }
            .header .head_top_black .head_top_content .list_right .btn_url .btn_list {
                display: none;
                position: absolute;
                width: 100%;
                background: #fff;
                left: 0;
                top: 38px;
                z-index: 100;
                border: none;
                text-align: left;
                border-radius: 0 0 5px 5px;
            }
                .header .head_top_black .head_top_content .list_right .btn_url .btn_list .child_item {
                    padding: 0 10px 0 14px;
                    height: 32px;
                    line-height: 32px;
                }
                    .header .head_top_black .head_top_content .list_right .btn_url .btn_list .child_item:hover {
                        background: #f3f3f3;
                    }
                    .header .head_top_black .head_top_content .list_right .btn_url .btn_list .child_item a:hover {
                        color: #af0b0c;
                    }
                        /*head shortcutblack 结束*/
                        /*nav开始*/
                        .nav-menus {
                            background: #1a1a1a;
                        }
.nav1 {
    height: 36px;
    background: #f10215;
    position: relative;
}

.navbox {
    width: 1200px;
    margin: 0 auto;
    position: relative;
    height: 36px;
}

.nav {
    color: #fff;
    height: 36px;
    font-size: 14px;
    position: relative;
    z-index: 999;
}

    .nav > li {
        float: left;
        display: block;
        text-align: center;
        padding: 0 2%;
        position: relative;
        z-index: 999;
    }

        .nav > li a {
            color: #fff;
            line-height: 36px;
        }

    .nav > .firstLi {
        padding: 0;
    }

        .nav > .firstLi > div a {
            display: inline-block;
            color: #fff;
        }

    .nav > li:not(.firstLi) {
        float: left;
        text-align: center;
        padding: 0 2%;
    }

    .nav > .firstLi {
        float: left;
        text-align: center;
    }

    .nav > li:first-child > div {
        width: 190px;
        background: #c30d23;
        padding: 0;
        height: 36px;
    }

nav .nav > li:not(.firstLi):hover {
    background: #c30d23;
}

/*  for branch 10018 商务服务 start!*/
.nav1 .nav > li.bussiness-service:hover ul {
    font-weight: normal;
    background-color: #c30d23;
}
/*  for branch 10018 商务服务 end!*/

.nav > li > .icon {
    font-weight: bold;
    font-size: 16px;
    float: right;
    margin: 10px;
}

.nav_list {
    width: 190px;
    background: #FFFFFF;
    position: absolute;
    top: 36px;
    z-index: 9998;
    min-height: 500px;
}

    .nav_list > li {
        height: 30px;
        line-height: 30px;
        text-align: center;
        cursor: pointer;
        font-size: 14px;
        overflow: hidden;
    }

        .nav_list > li.aclass {
            font-weight: bold;
            text-align: center;
            height: 33px;
            line-height: 33px;
        }

        .nav_list > li > a {
            color: #000;
        }

        .nav_list > li:hover, .nav_list > li.current {
            background: #ededed;
        }

.sub_menu {
    position: absolute;
    top: 0;
    left: 190px;
    width: 740px;
    min-height: 480px;
    background: #fff;
    z-index: 9;
    padding: 0px 20px;
    display: none;
    overflow: auto;
    border: 1px solid #ededed;
}

    .sub_menu dt {
    }

        .sub_menu dt a {
            color: #1188e2;
            font-size: 14px;
            text-align: left;
        }

            .sub_menu dt a:hover {
                color: red;
            }

            .sub_menu dt a span {
                text-align: left;
            }

        .sub_menu dt .iconfont {
            float: right;
            margin: 7px 15px 0 0;
            font-weight: bold;
        }

    .sub_menu dd {
    }

        .sub_menu dd a {
            display: inline-block;
            margin-right: 5px;
        }

            .sub_menu dd a:hover {
                color: red;
            }

    .sub_menu dl {
        border-bottom: 1px solid #ededed;
        line-height: 26px;
        padding: 10px 0;
        overflow: hidden;
        text-align: left;
    }

/*nav结束*/


/*footer开始*/

footer {
    background: #eaeaea;
    height: auto;
    margin-top: 20px;
}

.footer {
    clear: both;
}

.foot_top {
    padding: 30px 0;
    border-bottom: 1px solid #dedede;
    overflow: hidden;
}

.topContent {
    width: 1200px;
    margin: 0 auto;
}

    .topContent li {
        float: left;
        width: 240px;
        text-align: center;
        font-size: 16px;
        font-weight: 700;
        height: 34px;
        line-height: 34px;
    }

        .topContent li .iconfont {
            font-size: 30px;
            color: #f10215;
            margin: 0 2px;
        }

.foot_center {
    padding: 20px 0;
    border-bottom: 1px solid #dedede;
    overflow: hidden;
}

.foot_nav {
    width: 1200px;
    margin: 0 auto;
}

    .foot_nav ul {
        width: 160px;
        float: left;
    }

        .foot_nav ul li {
            line-height: 22px;
            font-size: 12px;
            padding-left: 20px;
        }

            .foot_nav ul li:first-child {
                font-size: 14px;
                margin-bottom: 5px;
                font-weight: bold;
                color: #666;
            }

            .foot_nav ul li a {
                color: #666;
            }

                .foot_nav ul li a:hover {
                    color: #f10215;
                }

.foot_tel {
    float: left;
    width: 219px;
    border-left: 1px solid #dedede;
    height: 100px;
    padding-left: 20px;
    line-height: 40px;
}

    .foot_tel .iconfont {
        font-size: 30px;
        color: #f10215;
    }

    .foot_tel span, .foot_tel p {
        font-size: 14px;
        margin-bottom: 5px;
        font-weight: bold;
    }

.foot_bottom {
    padding: 2px 0;
    overflow: hidden;
}

.bottomContent {
    width: 1200px;
    margin: 0 auto;
}

.foot_links {
    text-align: center;
    line-height: 25px;
    height: 25px;
    color: #666;
}

    .foot_links a {
        color: #666;
    }

        .foot_links a:hover {
            color: #f10215;
        }

.mod_copyright_split {
    color: #ccc;
    margin: 0 10px;
}

/*footer开始结束*/


/*通用*/

.al {
    text-align: left;
    padding-left: 5px;
}

.ac {
    text-align: center;
}

.ar {
    text-align: right;
    padding-right: 5px;
}

.hide {
    display: none;
}

.divsplit {
    clear: both;
    height: 10px;
}

.clear {
    clear: both;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.pt10 {
    padding-top: 10px;
}

.pl10 {
    padding-left: 10px;
}

.mt10 {
    margin-top: 10px;
}

.mb10 {
    margin-bottom: 10px;
}

/*宽度*/

.w30 {
    width: 30px;
}

.w40 {
    width: 40px;
}

.w50 {
    width: 50px;
}

.w60 {
    width: 60px;
}

.w80 {
    width: 80px;
}

.w100 {
    width: 100px;
}

.w120 {
    width: 120px;
}

.w150 {
    width: 150px;
}

.w200 {
    width: 200px;
}

.w250 {
    width: 250px;
}

.w300 {
    width: 300px;
}

.w350 {
    width: 350px;
}

.w400 {
    width: 400px;
}

.w500 {
    width: 500px;
}

.w600 {
    width: 600px;
}

.w700 {
    width: 700px;
}

/*通用的toolbar*/

.toolbar {
    height: 32px;
    border: 1px solid #95B8E7;
}

    .toolbar li {
        float: left;
        height: 20px;
        line-height: 20px;
        margin: 5px;
    }

        .toolbar li i {
            font-size: 14px;
            margin-right: 3px;
        }

        .toolbar li a {
            color: blue;
        }

            .toolbar li a:hover {
                color: #000;
            }

    .toolbar .button {
        cursor: pointer;
        padding: 0 6px;
        height: 20px;
        border-radius: 3px;
        line-height: 20px;
        border: 1px solid lightblue;
        color: blue;
    }

        .toolbar .button:hover {
            border: 1px solid blue;
            background-color: blue;
            color: #fff;
        }

    .toolbar .split {
        margin: 5px 1px;
        width: 1px;
        height: 20px;
        background-color: #ccc;
    }

    .toolbar .easyui_input {
        margin: 5px;
    }

        .toolbar .easyui_input .input-textbox {
            border: 1px solid #95B8E7;
            height: 19px;
        }

    .toolbar .easyui_combox {
        margin-top: 4px;
    }

    .toolbar .first {
        margin-left: 10px;
    }

    .toolbar .label {
        margin-left: 5px;
        margin-right: 0px;
    }

    .toolbar select, .toolbar input {
        padding: 0px 5px;
        border-radius: 5px;
        border: 1px solid #95B8E7;
    }

    .toolbar input {
        padding: 2px 5px;
    }

        .toolbar input[type="number"] {
            padding-right: 0px;
        }

    .toolbar .fr {
        float: right;
        margin-right: 10px;
    }

/* tab菜菜 */

.tabmenu {
    height: 32px;
}

    .tabmenu li {
        background-color: #EAF2FF;
        float: left;
        margin-left: 5px;
        margin-top: 7px;
        padding: 0px 10px;
        height: 24px;
        line-height: 24px; /*border-top-left-radius: 5px; border-top-right-radius: 5px;*/
        border: 1px solid #95B8E7;
        border-bottom: none;
        cursor: pointer;
    }

    .tabmenu .selected {
        background-color: #95B8E7;
    }

        .tabmenu .selected a {
            color: #fff;
        }

    .tabmenu li a:hover {
        color: blue;
        text-decoration: underline;
    }

/*通用表单样式 donvvform*/

.donvvform {
    border: 1px solid #95B8E7;
    padding: 5px;
}

    .donvvform dt {
        font-weight: bold;
        background: #95B8E7;
        color: #fff;
        height: 30px;
        line-height: 30px;
        padding-left: 10px;
    }

    .donvvform table {
        width: 700px;
        border-collapse: collapse;
        padding: 0;
        margin: 0px;
    }

        .donvvform table td {
            min-height: 35px;
            line-height: 35px;
            width: 50%;
        }

    .donvvform .col1 td {
        width: 98%;
    }

    /*table几列*/

    .donvvform .col2 td {
        width: 50%;
    }

    .donvvform .col3 td {
        width: 33%;
    }

    .donvvform .col4 td {
        width: 25%;
    }

    .donvvform table td label {
        display: block;
        float: left;
        min-width: 80px;
        color: #000;
        text-align: right;
        vertical-align: middle;
    }

    .donvvform input, .donvvform select, .donvvform textarea {
        border: 1px solid lightblue;
        border-radius: 3px;
        padding: 0 5px;
    }

    .donvvform input, .donvvform select {
        height: 25px;
        line-height: 25px;
    }

        .donvvform input[type="text"], .donvvform input[type="number"] {
            width: 130px;
        }

        .donvvform input[type="number"] {
            padding-right: 0px;
            width: 135px;
        }

        .donvvform input[type="button"] {
            cursor: pointer;
            padding: 0 5px;
            height: 25px;
        }

        .donvvform input[type="submit"] {
            cursor: pointer;
            padding: 0 5px;
            height: 25px;
        }

            .donvvform input[type="submit"]:hover {
                color: blue;
                border: 1px solid blue;
            }

        .donvvform input[type="checkbox"] {
            width: 18px;
            height: 18px;
            vertical-align: middle;
        }

    .donvvform select {
        width: 142px;
    }

    .donvvform textarea {
        margin-top: 10px;
    }

    .donvvform .hint {
        color: blue;
        font-weight: bold;
        font-size: 14px;
    }

/*donvv 表格样式*/

.donvvTable {
    border: 1px solid #95B8E7;
    width: 100%;
    border-collapse: collapse;
    padding: 0;
    margin: 0px;
}

    .donvvTable th, .donvvTable td {
        height: 25px;
        line-height: 25px;
        border: 1px solid #95B8E7;
    }

    .donvvTable th {
        font-weight: bold;
        text-align: center;
        background-color: #2E9EEE;
        color: white;
    }

    .donvvTable td {
        padding-left: 5px;
    }

    .donvvTable .button {
        display: inline-block;
        margin: 5px;
        border: 1px dotted #95B8E7;
        padding: 0px 5px;
        cursor: pointer;
        border-radius: 3px;
    }

        .donvvTable .button:hover {
            border-style: solid;
        }

    .donvvTable .operate a {
        display: inline-block;
        margin: 0 5px;
        color: blue;
        cursor: pointer;
    }

/*用户登录后的布局*/

.body_left {
    width: 200px;
    min-height: 500px;
    float: left;
}

    .body_left dl {
        margin-bottom: 10px;
    }

    .body_left dd {
        border: 1px solid #e1e1e1;
        border-top: none;
        min-height: 30px;
        line-height: 30px;
        padding-left: 30px;
    }

        .body_left dd ul li {
            height: 35px;
            line-height: 35px;
            font-size: 14px;
        }

            .body_left dd ul li a {
                color: #2E9EEE;
            }

                .body_left dd ul li a:hover {
                    color: orange;
                }

    .body_left .left_menu dt, .body_right h2 {
        background-color: #e1e1e1;
        height: 30px;
        line-height: 30px;
        font-weight: bold;
        font-size: 14px;
        padding-left: 20px;
        display: flex;
    }

.top_right div {
    font-weight: bold;
    font-size: 20px;
    line-height: 40px;
    display: flex;
}

.body_left .left_menu dt, .body_right h2 span {
    margin-left: 15px;
}



.body_left .left_menu dt, .body_right .panel {
    padding: 0;
}

    .body_left .left_menu dt, .body_right .panel h2 {
        background-color: initial;
        height: 30px;
        line-height: 30px;
        font-weight: bold;
        font-size: 14px;
        padding-left: 0px;
    }

.body_left .left_menu dt {
    background-color: #e1e1e1;
    margin-left: 0px;
    padding-left: 15px;
}

.body_left .iconfont {
    margin-right: 10px;
    font-size: 18px;
}

.body_right {
    width: 990px;
    min-height: 600px;
    float: right;
}

/*弹窗提示*/

#divCartOK, .divCartOK {
    width: 180px;
    height: 100px;
    border-radius: 10px;
    background-color: #333;
    color: #fff;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-left: -100px;
    margin-top: -50px;
    display: none;
    padding: 0 10px;
    z-index: 9999;
}

    .divCartOK p {
        font-size: 10pt;
        margin-top: 22px;
        text-align: center;
        z-index: 9999;
    }



/*推荐*/

.ranking, .recommend {
    border: 1px solid #ededed;
    text-align: center;
}

    .ranking .rank_title, .recommend .rank_title {
        background: #f1f1f1;
        border-bottom: 1px solid #ededed;
        height: 28px;
        line-height: 28px;
    }

.rank_detail li {
    border-bottom: 1px solid #ededed;
    padding: 10px;
    overflow: hidden;
}

    .rank_detail li:last-child {
        border: 0;
    }

.ranking .rank_detail li span, .ranking .rank_img, .ranking .rank_price {
    float: left;
}

.ranking .rank_detail li span {
    line-height: 8px;
    padding: 2px 3px;
    background: #e4393c;
    display: inline-block;
}

    .ranking .rank_detail li span a {
        color: #fff;
        font-size: 10px;
    }

.ranking .rank_detail .rank_img {
    width: 50px;
    margin: 0 5px;
    border: 1px solid #ededed;
    padding: 2px;
}

    .ranking .rank_detail .rank_img img {
        width: 50px;
        height: 50px;
    }

.ranking .rank_price {
    width: 100px;
    float: right;
    text-align: right;
}

.rank_price a {
    display: block;
    margin: 5px 0;
    line-height: 15px;
    height: 60px;
    overflow: hidden;
    word-break: break-all;
    text-align: left;
}

.rank_price strong {
    color: #e3393c;
}

/*排行*/

.recommend .rank_detail .rank_img {
    height: 100px;
}

    .recommend .rank_detail .rank_img img {
        width: 100px;
        height: 100px;
    }

.recommend .rank_price a {
    line-height: 15px;
    height: 30px;
}

/*站点选择*/

.sub_site {
    position: absolute;
    top: 31px;
    margin-left: 100px;
    min-width: 100px;
    min-height: 30px;
    background: #ededed;
    z-index: 9999;
    padding: 0px 0px 0px 10px;
    display: none;
    overflow: auto;
    border: 1px solid #ededed;
}

    .sub_site dt {
    }

        .sub_site dt a {
            color: #1188e2;
            font-weight: bold;
            font-size: 14px;
            text-align: left;
        }

        .sub_site dt span {
            font-size: 12px;
            text-align: left;
            margin: 7px 15px 0 0;
        }

        .sub_site dt a:hover {
            color: red;
        }

        .sub_site dt a span {
            text-align: left;
        }

    .sub_site dl {
        line-height: 20px;
        padding: 5px 0;
        overflow: hidden;
        text-align: left;
    }

.theme-area {
    margin: auto;
}

    .theme-area.firstarea-photo {
        margin-top: 0;
    }

    .theme-area .tab-head {
        height: 27px;
        border-bottom: 1px solid #2D6BC8;
        margin: 0 auto 10px;
    }

        .theme-area .tab-head ul li a:hover, .theme-area .tab-head ul li a.actived {
            background-color: #2D6BC8;
            color: #fff;
            border: 1px solid #2D6BC8;
            border-top-left-radius: 8px;
            border-top-right-radius: 8px;
        }

        .theme-area .tab-head ul li a {
            display: block;
            height: 25px;
            line-height: 25px;
            padding: 0 20px;
            background-color: #fff;
            color: #2D6BC8;
            border: 1px solid #fff;
            font-family: '微软雅黑';
            font-size: 10px;
            text-decoration: none;
        }

        .theme-area .tab-head ul li {
            float: left;
            display: block;
            font-size: 14px;
        }

    .theme-area .tab-body {
        margin: auto;
    }

        .theme-area .tab-body li {
            display: block;
            float: left;
            /*            border-right: 1px solid #ededed;*/
            /*    border-bottom: 1px solid #ededed;*/
            background: #fff;
        }

            .theme-area .tab-body li img {
                margin: auto;
                display: block;
                padding: 10px;
            }

            .theme-area .tab-body li .listprice, .theme-area .tab-body li .listName {
                padding: 0 15px;
            }

            .theme-area .tab-body li:not(child):hover {
                transform: scale(1.01, 1.01);
                box-shadow: 0px 0px 5px #e5e5e5;
            }

        .theme-area .tab-body .listprice {
            font-size: 15px;
            font-family: Verdana;
            color: #f10215;
            margin-top: 10px;
        }

    .theme-area .goods-tab, .theme-area .photo-area {
        overflow: hidden;
        margin: 0 auto;
    }



.photo-area li {
    float: left;
    display: block;
}

/*2018-4-13*/

.login_top {
    height: 100px;
}

.div_logo {
    height: 60px;
    float: left;
    margin-top: 20px;
}

    .div_logo img {
        height: 60px
    }

.form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
}

.form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
}

.prompt-msg {
    color: red !important;
}

/*
    GoodsDetail Payment Method
    jingyulong
*/

.root_detail_r #paymethod {
    padding-top: 10px;
    border-top: 1px dotted #f0f0f0;
    padding-bottom: 20px;
}

    .root_detail_r #paymethod li {
        float: left;
        display: flex;
        display: -webkit-flex; /* Safari */
        line-height: 30px;
        margin-right: 20px;
        cursor: default;
    }

        .root_detail_r #paymethod li.main-text {
            font-weight: bold;
            font-size: 13px;
        }

        .root_detail_r #paymethod li img {
            height: 25px;
        }

        .root_detail_r #paymethod li span {
            margin-left: 5px;
        }
/*商户服务*/
.top-nav-show {
    height: 28px;
    line-height: 28px;
    display: block;
    float: left;
    position: relative;
    cursor: pointer;
    padding: 0 5px;
    border: 1px solid #ededed;
    border-bottom: none;
}

    .top-nav-show:hover {
        background: #fff;
        border: 1px solid #e5e5e5;
        border-bottom: none;
        z-index: 13;
    }

        .top-nav-show:hover ul {
            display: block !important;
        }



    .top-nav-show ul {
        display: none;
        position: absolute;
        padding: 3px 0;
        top: 28px;
        left: -1px;
        width: 100%;
        background-color: #fff;
        border: 1px solid #e5e5e5;
        border-top: none;
        z-index: 13;
    }



        .top-nav-show ul li {
            width: 100%;
            text-align: center;
            line-height: 26px;
        }

.qrcode {
    position: absolute;
    top: 0;
    right: 0;
}

/*返回顶部*/
.side-bar {
    position: fixed;
    margin-left: 610px;
    bottom: 20px;
    left: 50%;
    border: 1px solid #dadada;
}

    .side-bar .iconfont {
        padding: 0;
    }


    .side-bar .item {
        text-align: center;
        width: 42px;
        height: 42px;
        display: none;
        background-color: white;
    }

        .side-bar .item:hover i {
            display: none;
        }

        .side-bar .item:hover {
            background-color: grey;
        }

    .side-bar .top:hover::after {
        content: "返回顶部";
        font-size: 16px;
        line-height: 20px;
        color: #fff;
        display: block;
        text-align: center;
    }

    .side-bar .feedback:hover::after {
        content: "意见反馈";
        font-size: 16px;
        line-height: 20px;
        color: #fff;
        display: block;
        text-align: center;
    }

    .side-bar .item i {
        font-size: 42px;
        line-height: 42px;
        color: #dadada;
    }

    .side-bar .item.feedback {
        border-top: 1px solid #dadada;
    }

        .side-bar .item.feedback i {
            font-size: 30px;
        }

.surveys {
    font-size: 14px;
}

    .surveys .red {
        color: #a94442;
    }

    .surveys .title {
        border-bottom: 2px #000 solid;
    }

        .surveys .title.container {
            padding: 20px;
        }

    .surveys .logo {
        margin: 0;
    }

    .surveys .form-input {
        width: 30%;
    }

    .surveys .radio-group {
        width: 20%;
    }

    .surveys .form-submit {
        text-align: center;
    }


    .surveys .radio label {
        line-height: 20px;
    }


    .surveys .text-start div {
        text-align: left;
        padding: 15px 15px 35px;
    }

    .surveys .text-start span {
        display: block;
    }

.tab-container {
    margin-top: 22px;
    margin-bottom: 22px;
    border-bottom: 2px solid #e8e8e8;
}

    .tab-container .tab-text {
        display: inline-block;
        line-height: 1;
        padding: 0 20px 12px;
        font-size: 16px;
    }

        .tab-container .tab-text span {
            margin-left: 10px;
        }

        .tab-container .tab-text:hover {
            text-decoration: none;
            color: #f10215;
        }

    .tab-container .tab-main {
        position: relative;
        bottom: -2px;
    }

    .tab-container .tab-item {
        display: inline-block;
        position: relative;
        border-bottom: 2px solid #e8e8e8;
        cursor: pointer;
    }

.tab-item.active, .tab-item.active a {
    border-bottom-color: #f10215;
    color: #f10215;
}

.tab-item .tab-sep {
    background-color: #e8e8e8;
    width: 1px;
    height: 14px;
    top: 2px;
    right: 0;
    font-size: 0;
    color: #e8e8e8;
    position: absolute;
}

.index-order-container {
    margin: 10px 0;
}

    .index-order-container a:hover {
        color: #f10215;
    }

    .index-order-container a, .index-order-container a:hover {
        text-decoration: none;
    }

.bought-wrapper-mod_trade-order {
    border: 1px solid #ececec;
}

    .bought-wrapper-mod_trade-order:hover {
        border-color: #bfbfbf;
    }

.bought-table-mod {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    color: #3c3c3c;
    table-layout: fixed;
}

    .bought-table-mod th {
        font-weight: 400;
    }

.bought-wrapper-mod_head td {
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: left;
}

.bought-wrapper-mod_head-info-cell {
    padding-left: 15px;
}

.bought-wrapper-mod_content td {
    padding-top: 10px;
    padding-bottom: 10px;
    border-width: 1px 1px 0 0;
    border-style: solid;
    border-color: #ececec;
    text-align: center;
}

.bought-wrapper-mod_content .bought-status {
}

.orderinfo-left {
    margin-left: 5%;
    width: 25%;
}

.orderinfo-right {
    width: 70%;
}

    .orderinfo-right p {
        margin: 5px 0;
    }

.orderinfo-left, .orderinfo-right {
    float: left;
}


    .orderinfo-left a {
        display: block;
    }

        .orderinfo-left a img {
            width: 100%;
        }



.bought-head-mod {
    margin: 10px 0;
    background-color: #f5f5f5;
    border: 1px solid #e8e8e8;
    text-align: center;
}

    .bought-head-mod th {
        padding-top: 5px;
        padding-bottom: 5px;
        text-align: center;
        line-height: 28px;
    }

.bought-wrapper-mod_head {
    background: #f1f1f1;
}

.bought-wrapper-mod_head-info-cell {
    text-align: left;
}

    .bought-wrapper-mod_head-info-cell label {
        margin-right: 10px;
    }

.sol-mod_no-br, .bought-wrapper-mod_content td:last-child {
    border-right: none !important;
    border-right-width: initial !important;
    border-right-style: none !important;
    border-right-color: initial !important;
}

.headerContainer {
    border-bottom: 1px solid #f1f1f1;
}
/*
 *   商品评价页面
*jingyulong
*/
.goods-comments {
    text-decoration: none;
    background-color: #f5f5f5;
    font-size: 14px;
}


    .goods-comments a:hover, .goods-comments a:focus {
        text-decoration: none;
        color: #f10215;
    }

.goods-comments-header {
    text-align: center;
    padding-top: 15px;
    padding-bottom: 15px;
}

    .goods-comments-header h1 {
        margin-bottom: 5px;
        font-size: 16px;
        font-weight: 700;
    }


    .goods-comments-header p {
        font-size: 12px;
        color: #999;
    }

        .goods-comments-header p a {
            margin-right: 15px;
        }

.order-id {
}

.goods-comments-submit {
    text-align: center;
    padding-top: 30px;
    padding-bottom: 30px;
}

    .goods-comments-submit button {
        width: 220px;
        margin-right: 20px;
    }

    .goods-comments-submit .anonymous {
        display: inline-block;
        vertical-align: middle;
    }

.goods-comments-body, .goods-comments-submit {
    margin-top: 15px;
    background-color: #ffffff;
}



.goods-comments-left {
    text-align: center;
    padding-top: 50px;
    padding-bottom: 50px;
    border-right: 1px solid #f1f1f1;
}


    .goods-comments-left a {
        display: block;
        margin-bottom: 15px;
        line-height: 20px;
    }

    .goods-comments-left strong {
        margin-bottom: 15px;
    }

.goods-comments-goodsimg {
    padding-top: 15px;
    padding-bottom: 15px;
}

    .goods-comments-goodsimg img {
        width: 100px;
        height: auto;
        margin: auto;
        display: block;
    }

.goods-comments-right {
    padding-top: 50px;
    padding-bottom: 50px;
}


    .goods-comments-right label {
        width: 20%;
        text-align: center;
        line-height: 27px;
        vertical-align: top;
    }

    .goods-comments-right .content-right {
        width: 78%;
        display: inline-block;
    }

.comment-score div {
    display: inline-block;
    vertical-align: top;
}

.comment-score .iconfont {
    font-size: 19px;
    display: block;
    float: left;
    padding: 0 2px
}

.comment-score .star-info {
    line-height: 27px;
    float: left;
}

.comment-score .red {
    color: #e2231a;
}

/*Page Goods/Detail jingyulong*/

.comments-list .cm-head {
    margin-top: 20px;
    padding: 10px;
    background-color: #f7f7f7;
    border: 1px solid #eee;
}

.comments-list .comment-info {
    padding: 25px 0;
    overflow: hidden;
}

    .comments-list .comment-info .comment-percent {
        width: 90px;
        padding: 15px 0 0 40px;
        float: left;
    }

    .comments-list .comment-info .percent-tit {
        font-size: 12px;
        color: #666;
        font-weight: 400;
    }

    .comments-list .comment-info .percent-con {
        line-height: 110%;
        font-size: 45px;
        color: #E4393C;
        font-family: arial;
    }

.comments-list .tab-main {
    border: 1px solid #f5f5f5;
    background-color: #fafafa;
    padding-left: 10px;
}

    .comments-list .tab-main li.current {
        background: #fafafa;
        color: #e4393c !important;
        cursor: default;
    }

        .comments-list .tab-main li.current a {
            color: #e4393c !important;
        }

    .comments-list .tab-main li {
        display: inline-block;
        font-family: "microsoft yahei";
        padding: 5px 10px;
    }

.tab-content {
    padding: 10px 0;
}

    .tab-content li {
        padding: 15px;
        border-bottom: 1px solid #ddd;
        overflow: hidden;
    }

    .tab-content .user-info {
        width: 140px;
        float: left;
        text-align: center;
    }

    .tab-content .content-container {
        margin-left: 150px;
    }

        .tab-content .content-container .content {
            font-size: 14px;
            padding: 10px 0;
            line-height: 180%;
            color: #333;
        }

        .tab-content .content-container .comment-msg {
            float: left;
            color: #999;
        }


    .tab-content .comment-item .comment-star {
        width: 78px;
        height: 14px;
        background: url(../Images/goods/star.png) no-repeat;
    }

    .tab-content .comment-item .star0 {
        background-position: -80px 0
    }

    .tab-content .comment-item .star1 {
        background-position: -64px 0
    }

    .tab-content .comment-item .star2 {
        background-position: -48px 0
    }

    .tab-content .comment-item .star3 {
        background-position: -32px 0
    }

    .tab-content .comment-item .star4 {
        background-position: -16px 0
    }

    .tab-content .comment-item .star5 {
        background-position: 0 0
    }


/*购物车页面-中央采购*/
.central .container_title th {
    text-align: center;
}
